Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SparseArray<T> Class
The type of elements in the list.
Members


In This Topic
    SparseArray<T> Class
    In This Topic
    Represents a strongly typed arry of objects that can be accessed by index. Provides methods to manipulate objects.
    Syntax
    'Declaration
     
    
    Public Class SparseArray(Of T As IEquatable(Of T)) 
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    public class SparseArray<T> 
    where T: IEquatable<T>
    Type Parameters
    T
    The type of elements in the list.
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.SparseArray<T>

    See Also